From: Kevin Ryde Date: Sun, 6 Dec 2009 00:42:19 +0000 (+0000) Subject: * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~9050 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7c2e2911d6d654a64732640462f893bf0815f52b;p=emacs.git * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode manuals, similar to existing setup for help-mode. (My bug#3913.) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cdba8b065ea..a5a34077ef3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,6 +3,9 @@ * ffap.el (ffap-rfc-path): Make this a defcustom since `ffap-rfc-directories' is also a defcustom. (My Bug#4514.) + * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode + manuals, similar to existing setup for help-mode. (My bug#3913.) + 2009-12-05 Juri Linkov Save and restore dired buffer's point positions too. (Bug#4880)